home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-28 | 501 b | 22 lines | [TEXT/KAHL] |
- //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- //| This file contains the interface to the CNCubeDialog class. The
- //| CNCubeDialog class implements the n-cube dialog.
- //|________________________________________________________________________________
-
-
- #include <CDialog.h>
-
- CLASS CIntegerText;
-
- class CNCubeDialog : public CDialog
- {
-
-
- public:
-
- CIntegerText *dimension;
-
- void INCubeDialog(short WindowID, CDesktop *enclosure, CDirector *supervisor);
-
- };
-